home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / balones.swf / scripts / frame_30 / PlaceObject2_47_1538 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2013-04-24  |  187b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.vol == 1)
  3.    {
  4.       _root["-2"]();
  5.       _root.vol = 2;
  6.    }
  7.    if(_root.vol == 0)
  8.    {
  9.       _root["-3"]();
  10.       _root.vol = 2;
  11.    }
  12. }
  13.